home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / CheeseHunt.swf / scripts / frame_540 / PlaceObject2_326_49 / CLIPACTIONRECORD onClipEvent(enterFrame).as < prev    next >
Encoding:
Text File  |  2005-08-04  |  184 b   |  10 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.timer.timer > 0)
  3.    {
  4.       _root.timer.timer -= 1;
  5.       _root.total_score += 15;
  6.       bonus.start();
  7.       bonus.setVolume(30);
  8.    }
  9. }
  10.